From 4665b95687d0ab8ace61261a1acfc756c33e9f82 Mon Sep 17 00:00:00 2001 From: Rico Tzschichholz Date: Wed, 20 Aug 2014 08:55:53 +0200 Subject: [PATCH] gtk: Fix out-param annotation of gtk_theming_engine_get_style_property --- gtk/gtkthemingengine.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkthemingengine.c b/gtk/gtkthemingengine.c index 580e8a55c6..1aa60113a0 100644 --- a/gtk/gtkthemingengine.c +++ b/gtk/gtkthemingengine.c @@ -433,7 +433,7 @@ gtk_theming_engine_get (GtkThemingEngine *engine, * gtk_theming_engine_get_style_property: * @engine: a #GtkThemingEngine * @property_name: the name of the widget style property - * @value: Return location for the property value, free with + * @value: (out): Return location for the property value, free with * g_value_unset() after use. * * Gets the value for a widget style property. -- 2.30.2